runtime.schedt.runqsize (field)
16 uses
runtime (current package)
proc.go#L2664: if !runqempty(pp) || sched.runqsize != 0 {
proc.go#L2702: if sched.runqsize != 0 {
proc.go#L2936: if pp.schedtick%61 == 0 && sched.runqsize > 0 {
proc.go#L2961: if sched.runqsize != 0 {
proc.go#L3067: if sched.runqsize != 0 {
proc.go#L3238: if sched.runqsize != 0 {
proc.go#L5805: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)
proc.go#L5961: sched.runqsize++
proc.go#L5973: sched.runqsize++
proc.go#L5986: sched.runqsize += n
proc.go#L5995: if sched.runqsize == 0 {
proc.go#L5999: n := sched.runqsize/gomaxprocs + 1
proc.go#L6000: if n > sched.runqsize {
proc.go#L6001: n = sched.runqsize
proc.go#L6010: sched.runqsize -= n
runtime2.go#L801: runqsize int32
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |